From: Jason Rumney Date: Fri, 29 Dec 2006 14:48:42 +0000 (+0000) Subject: (tzname): Do not define in msvc8. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3120 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=016b07c83c0362c3bf064f5fd6d63641bb566692;p=emacs.git (tzname): Do not define in msvc8. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index a2281e926a5..455cfb2363f 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -395,7 +395,10 @@ typedef int pid_t; #define strnicmp _strnicmp #define stricmp _stricmp #define tzset _tzset + +#if !defined (_MSC_VER) || (_MSC_VER < 1400) #define tzname _tzname +#endif #ifdef HAVE_NTGUI #define abort w32_abort